home *** CD-ROM | disk | FTP | other *** search
- interface IDStyle {
- String getButtonUpImage();
-
- String getButtonDownImage();
-
- int getButtonTextAlign();
-
- String getBackgroundImage();
-
- int getBackgroundStyle();
-
- int getButtonDownTextAlign();
-
- IDFont getButtonFont();
-
- int getButtonFontColor();
-
- IDSize getButtonSize();
-
- int getBackgroundColor();
-
- String getBannerImage();
-
- int getButtonDownFontColor();
- }
-